home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2714 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  905 b 

  1. Path: tty11g.mdn.com!gball
  2. From: G. Ball <gball@aggie.mdn.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Help- pointers to functions
  5. Date: 17 Jan 1996 17:47:17 GMT
  6. Organization: G. Ball
  7. Distribution: world
  8. Message-ID: <4djcn5$hfe@matrix.mdn.com>
  9. NNTP-Posting-Host: tty11g.mdn.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. X-Newsreader: Nuntius Version 1.2
  14. X-XXMessage-ID: <AD22A441B90184F5@tty11g.mdn.com>
  15. X-XXDate: Wed, 17 Jan 1996 13:04:01 GMT
  16.  
  17.  
  18. I need your help!
  19.  
  20. I am putting together a set of subroutines that I hope to place in
  21. several models.
  22. The problem is I have an unspecified number of function, each requiring
  23. the same input
  24. and I would like to refer to them using an array (ie.
  25. (*function[i])(variable) or something).
  26. Is it possible or do you have any ideas on alternate solutions?
  27.  
  28. Thank you for your time and efforts.
  29. John 
  30. jschell@aggie.mdn.com
  31.